-------------------------------------------------------------------
Mgosoft PS Converter Command Line
Homepage: http://www.mgosoft.com
E-mail  : support@mgosoft.com 
Version : 8.1.258
-------------------------------------------------------------------
Usage: pscvt <-i PS File> [options]

-i <string>	:Specify input ps file or folder.

-o <string>	:Specify output folder.

-t <string>	:Set output type, default is 'jpg'.
		-t tif	tif image file( -b 24, 8, 7, 4, 3, 1 ).
		-t bmp	bmp image file( -b 24, 8, 7, 4, 3, 1 ).
		-t png	png image file( -b 24, 8, 7, 4, 3, 1 ).
		-t pcx	pcx image file( -b 24, 8, 7, 4, 3, 1 ).
		-t gif	gif image file( -b 8, 7, 4, 3, 1 ).
		-t jpg	jpg image file( -b 24, 7 ).
		-t wmf	wmf image file.
		-t emf	emf image file.
		-t tga	tga image file( -b 24, 8, 7 ).
		-t jp2	jpeg2000 image file( -b 24, 7 ).
		-t jpc	jpeg2000 image file( -b 24, 7 ).
		-t ras	ras image file( -b 24, 7 ).
		-t pdf	pdf file.

===Image parameter==================

-mb <int>	:Set color depth.
		-b 24	True color( 24 bits )
		-b 8	256 color( 8 bits )
		-b 7	256 color grayscale( 8 bits )
		-b 4	16 color( 4 bits )
		-b 3	16 color grayscale( 4 bits )
		-b 1	black/white( 1 bits )
		
-mq <int>	:Set quality for jpeg image,from 1 to 100,default is 75.

-mc <string>	:Set compression method for tiff files, default is 'jpeg'
		-c none		Create TIFF file without compression( -b 24, 8, 7, 4, 3, 1 )
		-c lzw		Compress TIFF using LZW arithmetic( -b 24, 8, 7, 4, 3, 1 )
		-c jpeg		Compress TIFF using JPEG arithmetic( -b 24, 7 )
		-c packbits	Compress TIFF using PACKBITS arithmetic( -b 24, 8, 7, 4, 3 )
		-c g4		Compress TIFF using CCITT G4 arithmetic( -b 1 )
		-c g3		Compress TIFF using CCITT G3 arithmetic( -b 1 )
		-c rle		Compress TIFF using RLE arithmetic( -b 1 )

-mx <int>	:Set Horizontal resolution in generated image files,form 72 to 600, default is 72.

-my <int>	:Set Vertical resolution in generated image files,form 72 to 600, default is 72.

-mg <int>	:Set rotate angle, 0,90,180,270

-ms <string>	:Set image size.
		-s 1024x768	Set generated image width is 1024, height is 768. 

-mm		:Set output to multi-page TIFF file, default is output to single page TIFF files.

===PDF parameter==================

-pu <string>	:Set 'user password' to PDF file.
 
-pn <string>	:Set 'owner password' to PDF file.

-pl <int>	:Set encrypt level 128 or 40.

-pe <int>	:Set restrictions for encryption.
		0  = All disallowed.
		4  = Printing.
		8  = Changing the Document.
		16 = Content Copying or Extraction.
		32 = Adding or changing form fields.
		60 = All allowed.

-pt <string>	:Set 'title' to PDF file.

-ps <string>	:Set 'subject' to PDF file.

-pa <string>	:Set 'author' to PDF file.

-pk <string>	:Set 'keywords' to PDF file.

-pc <string>	:Set 'creator' to PDF file.

-pp <string>	:Set 'producer' to PDF file. 

PDF Text stamping	

-wt <string>	:The content of the stamp.

-ws <int>	:Set the font size, default is 16 point.

-wc <int>	:Specify the text color,range from 0-16777215,default is 255(red).

-wp <int>	:The Position of stamps.
		1  = Stamps on the Top-Left of the page. (default)
		2  = Stamps on the Top-Center of the page.
		3  = Stamps on the Top-Right of the page.
		4  = Stamps on the Right-Center of the page.
		5  = Stamps on the Right-Bottom of the page.
		6  = Stamps on the Bottom-Center of the page.
		7  = Stamps on the Left-Bottom of the page.
		8  = Stamps on the Left-Center of the page.
		9  = Stamps on the Center of the page.

-wr <int>	:The Angle for stamps,range from 0-360.

-wx <int>	:Offset from current position.
		e.g -wx 10 Move to right 10 point
		e.g -wx "-10" Move to left 10 point

-wy <int>	:Offset from current position.
		e.g -wy 10 Move to bottom 10 point
		e.g -wy "-10" Move to top 10 point

-wg		:Placed text watermark under the existing content. 

-r <string>	:Register.

-?		:Help.

-------------------------------------------------------
Example:

pscvt -i C:\input.ps -o C:\output\ -t jpg -mq 80 -ms 1024x768
pscvt -i C:\input\ -o C:\output\ -t bmp -mb 4 -mx 300 -my 300
pscvt -i "C:\in put.ps" -o "C:\out put\" -t tif -mm -mg 90 -mc lzw

pscvt -i C:\input1.ps -i C:\input2.ps -o C:\output\ -t pdf -pu user -pl 128 -pe 16 -ps "sub ject"
pscvt -i C:\input\ -o c:\output\ -t pdf -wt "watermark" -ws 32 -wc 255 -wp 9 -wr 45 -wx 10 -wy "-10" -wg

pscvt -r "yourlicensecode"
-------------------------------------------------------
Please notice, if your input parameter contain space(s), you must use quotation mark to include them, 
for example: "C:\in put.ps" "C:\out put\"